home *** CD-ROM | disk | FTP | other *** search
- On mon, 27 Feb 1995 PeTrI pIeTiKaInEn wrote:
-
- > Me and our crew are working on a musicdisk now and i thought it would be
- > nice to make it with AMOS but i am a beginner in AMOS, so here's a question:
- >
- > Is there any way to get all stuff (mods, graphics..etc..) in one file?
- > And if it's possible, what extensions do i need?
-
- HI!
-
- Well, first of all you don't need any extension!
- Second, You use the banks wich is included in Amos and AmosPro!
- (If you're using Amos, then you only have 16 banks to use, if you're
- using AmosPro then you have 65535 banks to use!:-))
-
- You can use which bank you want, but the first three are always used
- by Amos! I don't remember in wich order but the first is used by
- sprites, second ??? and if im not wrong the 3:rd is for amos music
- extension...
-
- For use amos music ext. then you'll have to use amos music converter!
-
- Ok here we go:
-
- 1) Load all your graphics, mods etc. into Amos Banks and compile the
- amosprogram with all banks included
- Then you'll have an file with all graphics, mods etc. in it!! :-)
- OBS!!!
- Don't use ERASE ALL in direct mode before you're saveing you're
- amosprogram, If you do, then amos saves without any load gfx, mods etc
-
- 2) You can load all gfx from disk with load command and put them to
- wich bank you want!
-
- Here's an little ex:
-
- Screen open 0,320,256,32,L : Rem 32 colourd lowres screen...
-
- Curs off: flash off: cls 0
-
- Load Iff "<Gfx name>",0 (Depending on wich screens are open)
-
- Rem If you want, you can pack screens to a bank!
-
- Spack 0 to 6 (=bank 6, or what bank you'll want after bank three)
- (This is if you're not using any extension!)
-
- Unpack 6 to 0 (Now you have the gfx in bank 6)
- Now you have unpacked the pic to screen 0
- If you want more pic in you're banks, go up to load iff and change
- Spack 0 to <another bank number>.
-
- Load "<music name>",3 (Amos music bank)
-
- (If there are music, put them want bank you'll like, and use
- Swap Bank (new amos music bank),3
-
- Music 1: rem Turn on music.
-
-
-
- This is just an simple way to go.... hope you'll understand what i
- wrote! If not, mail me, and i try to spell it in another way!
-
-
- Amos is making programing fun!
-
- Marco E.
-
-
-
-
-
-
- *********************************************************************
- * Email: SA437@UTB.SHV.HB.SE !When you are mad, count to 10! :-)) *
- *********************************************************************
-
-